body {
  font-family: verdana;
  background-color: #0cb8f2; /* Fondo celeste */
  margin: 0;
  padding: 0;
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.contenedortwt {
  width: 40%;
  min-width: 300px; /* Añadir un ancho mínimo para dispositivos pequeños */
  max-width: 600px; /* Ajuste máximo para un diseño adaptable */
  height: auto; /* Ajustar altura automáticamente según contenido */
  background-color: #fff;
  border: 1px solid #ccd6dd;
  border-radius: 20px;
  box-shadow: 5px 5px 5px black;
  padding: 20px;
}

.perfil {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.info {
  display: flex;
  flex-direction: column;
}

.info h1 {
  margin: 0;
  font-size: 1.2em;
}

.info span {
  color: #657786;
  font-size: 0.9em;
}

.content {
  margin-top: 10px;
}

.tweet-image {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.fecha {
    font-size: 12px; /* Cambiar tamaño de letra */
  color: #657786;
  margin-top: 10px;
}

.contenedortwt2 {
  width: 80%;
  min-width: 600px; /* Añadir un ancho mínimo para dispositivos pequeños */
  max-width: 350px; /* Ajuste máximo para un diseño adaptable */
  height: auto; /* Ajustar altura automáticamente según contenido */
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.retwit {
  width: 100%;

  
}
.estadisticas {
    font-size: 12px; /* Cambiar tamaño de letra */
  color: #657786;
  margin-top: 10px;
}